.InvariantsCoreInvariant
struct defined in module
InvariantsCore
struct Invariant(fn, title; kwargs...) <: AbstractInvariant
Default invariant type. Use
invariant
to construct invariants.
There are
4
methods for Invariant:
InvariantsCore.Invariant(fn, title::String; description, inputfn, format)InvariantsCore.Invariant(fn, title::String, description::Union{Nothing, String}, inputfn, format)InvariantsCore.Invariant(fn, title, description, inputfn, format)InvariantsCore.Invariant(; fn, title, description, inputfn, format)The following pages link back here: