EnumType

laika.ast.EnumType
See theEnumType companion object
sealed abstract class EnumType

Represents the type of an ordered list.

Attributes

Companion
object
Source
lists.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Arabic.type
object LowerAlpha.type
object LowerRoman.type
object UpperAlpha.type
object UpperRoman.type
In this article