Ignis
  • Language
  • Docs
  • About

    Nothing matches that.

    github.com/Ignis-lang ↗Install ↗
    LanguageDocsAboutgithub.com/Ignis-lang ↗
    Standard library← Guides
    • char
    • cli
    • collections::bit_set
    • collections::hash_map
    • collections::hash_set
    • compile
    • compile::types
    • env
    • ffi
    • ffi::cstring
    • format::display
    • fs
    • fs::dir
    • fs::file
    • fs::metadata
    • fs::sys
    • fs::sys::unix
    • hash
    • io
    • io::error
    • json
    • libc
    • libc::errno
    • libc::io
    • libc::memory
    • libc::misc
    • libc::primitives
    • libc::process
    • libc::stdio
    • libc::string
    • math
    • memory
    • memory::align
    • memory::arena
    • memory::layout
    • number
    • option
    • path
    • process
    • ptr
    • rc
    • result
    • serializer::core
    • serializer::error
    • serializer::serialize
    • serializer::writer
    • sort
    • string
    • terminal
    • test
    • time
    • toml
    • toml::error
    • toml::parser
    • toml::token
    • toml::value
    • types
    • vector
    Module

    std::format::display

    Traits

    trait Display

    Trait for values that can render themselves as an owned String.

    Types marked with @implements(Display) must provide display(&self): String.

    Members
    display(&self): String
    Display

    Nothing matches.

    Ignis

    A statically typed language that compiles to C and links native executables through GCC.

    LearnGetting startedLanguage referenceStandard library
    ProjectAboutRoadmapChangelog
    Sourcegithub.com/Ignis-lang/ignis ↗Issues ↗GPL-3.0-only
    Ignis-lang · GPL-3.0-onlyBuilt with Astro