Documentation ¶
Overview ¶
Package quantifier
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Some = Quantifier{"some"} All = Quantifier{"all"} )
Functions ¶
This section is empty.
Types ¶
type Quantifier ¶
type Quantifier struct {
// contains filtered or unexported fields
}
func (Quantifier) MarshalText ¶
func (q Quantifier) MarshalText() (text []byte, err error)
func (Quantifier) String ¶
func (q Quantifier) String() string
func (*Quantifier) UnmarshalText ¶
func (q *Quantifier) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.