Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

first

Sequence.first

§first
 => 
Sequence.T
:
Any 

get the first element of this Sequence

Sequence must not be empty, causes precondition failure if debug is enabled.