SequenceDrop
SequenceDrop[seq,n]⟹out
drops the first n Monomers from the provided sequence.
SequenceDrop[seq,-n]⟹out
drops the last n Monomers from the provided sequence.
SequenceDrop[seq,Span[n,m]]⟹out
drops the n-th through m-th monomer from the provided sequence.
Details
Input
Output
General Options
Examples
Basic Examples (3)
Options (6)
ExplicitlyTyped (4)
Setting ExplicitlyTyped to True will ensure that the output is typed:
Setting ExplicitlyTyped to False will ensure that the output is not typed:
Setting ExplicitlyTyped to Automatic will type the output if the input is typed:
Setting ExplicitlyTyped to Automatic will type the output if the input is typed: