pub fn isEmpty(self: FloatStream) bool
pub fn isEmpty(self: FloatStream) bool { return !self.hasLen(1); }