Skip to main content

Mojo struct

StreamPriorityRange

@register_passable(trivial) struct StreamPriorityRange

Fields

  • least (Int):
  • greatest (Int):

Implemented traits

AnyType, ExplicitlyCopyable, ImplicitlyCopyable, Movable, Stringable, UnknownDestructibility, Writable

Aliases

__copyinit__is_trivial

alias __copyinit__is_trivial = True

__del__is_trivial

alias __del__is_trivial = True

__moveinit__is_trivial

alias __moveinit__is_trivial = True

Methods

__str__

__str__(self) -> String

Returns:

String

write_to

write_to(self, mut writer: T)

Was this page helpful?