type Duration …
func durationOf(d time.Duration) Duration { … }
var durationValueType …
var durationZeroArgOverloads …
func (d Duration) Add(other ref.Val) ref.Val { … }
func (d Duration) Compare(other ref.Val) ref.Val { … }
func (d Duration) ConvertToNative(typeDesc reflect.Type) (any, error) { … }
func (d Duration) ConvertToType(typeVal ref.Type) ref.Val { … }
func (d Duration) Equal(other ref.Val) ref.Val { … }
func (d Duration) IsZeroValue() bool { … }
func (d Duration) Negate() ref.Val { … }
func (d Duration) Receive(function string, overload string, args []ref.Val) ref.Val { … }
func (d Duration) Subtract(subtrahend ref.Val) ref.Val { … }
func (d Duration) Type() ref.Type { … }
func (d Duration) Value() any { … }
func DurationGetHours(val ref.Val) ref.Val { … }
func DurationGetMinutes(val ref.Val) ref.Val { … }
func DurationGetSeconds(val ref.Val) ref.Val { … }
func DurationGetMilliseconds(val ref.Val) ref.Val { … }