<?xmljava.lang.ArrayIndexOutOfBoundsException
<!-- This is an automatically generated file. -->
<Chapter Label="Chapter_Slices">
<Heading>Slices</Heading>
<P/>
A slice is a sublist of a list. Creating a slice does not copy the
original list, and changes to the list also change a slice of the list.
<Section Label="Chapter_Slices_Section_API">
<Heading>API</Heading>
<P/>
<ManSection>
<Func Arg="" Name="Slice" />
<Returns>a slice
</Returns>
<Description>
Constructor for slices
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsSlice" Label="for IsList"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Category of slices
</Description>
</ManSection>
<ManSection>
<Oper Arg="slice, value" Name="\[\]" Label="for IsSliceRep, IsPosInt"/>
<Description>
List-style access for slices.
</Description>
</ManSection>
<ManSection>
<Oper Arg="slice, value, object" Name="\[\]\:\=" Label="for IsSliceRep and IsMutable, IsPosInt, IsObject"/>
<Description>
List-style assignment for slices.
</Description>
</ManSection>
<ManSection>
<Oper Arg="object, slice" Name="\in" Label="for IsObject, IsSliceRep"/>
<Description>
Test whether a value is stored in the slice.
</Description>
</ManSection>
<ManSection>
<Oper Arg="slice, value" Name="IsBound\[\]" Label="for IsSliceRep, IsPosInt"/>
<Description>
Test whether a location is bound in a slice.
</Description>
</ManSection>
<ManSection>
<Oper Arg="slice, value" Name="Unbind\[\]" Label="for IsSliceRep and IsMutable, IsPosInt"/>
<Description>
Unbind a value from a slice.
</Description>
</ManSection>
<ManSection>
<Oper Arg="slice" Name="Length" Label="for IsSliceRep"/>
<Description>
Determine the length of a slice.
</Description>
</ManSection>
</Section>
</Chapter>
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-17)
¤
*© Formatika GbR, Deutschland