Documentation
¶
Overview ¶
Code generated from Pkl module `Pairs`. DO NOT EDIT.
Code generated from Pkl module `Pairs`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pairs ¶
type Pairs interface {
GetUntyped() pkl.Pair[any, any]
GetOptional() *pkl.Pair[any, any]
GetTyped() pkl.Pair[string, int]
GetAliased() pkl.Pair[string, any]
GetTypeArgAliased() pkl.Pair[string, int]
}
Click to show internal directories.
Click to hide internal directories.