holo_match/impl_stdlib

Search:
Group by:
Source   Edit  

Types

AssignOptionError = object of AssignError
error for failed contains checks in assignments Source   Edit  

Macros

macro assign[T](lhs; rhs: Option[T]; kind: static AssignKind = akLet): untyped
The library's builtin overload of assign for Option[T]. Source   Edit  

Templates

template assignCheckOption(a): untyped
template for equality checks in assignments Source   Edit