# Functions

GenIf takes a generator and returns a new generator that returns nil, nil when the predicate returns false, and the value of the provided generator when the predicate returns true.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResourceManager is a helper utility to make it easier to implement correct ObserveResources and GenerateResources methods in your Logic[T].