Struct clingo::SymbolicLiteral [] [src]

pub struct SymbolicLiteral(_);

Represents a symbolic literal.

Methods

impl SymbolicLiteral
[src]

[src]

Get the associated symbol (must be a function)

[src]

Whether the literal has a sign

Trait Implementations

impl Debug for SymbolicLiteral
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SymbolicLiteral
[src]

impl Clone for SymbolicLiteral
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations