<!-- 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>
<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.13 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.