pub fn first(self: FloatStream) ?u8
pub fn first(self: FloatStream) ?u8 { return if (self.hasLen(1)) return self.firstUnchecked() else null; }