Showing content from https://www.scala-lang.org/api/2.13.7/scala/Array.html below:
Scala Standard Library 2.13.7 - scala.Array
final class Array[T] extends java.io.Serializable with java.lang.Cloneable
î·î
Ordering
- Alphabetic
- By Inheritance
Inherited
- Array
- Cloneable
- Serializable
- AnyRef
- Any
Implicitly
- by genericArrayOps
- by copyArrayToImmutableIndexedSeq
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
Visibility
- Public
- Protected
Instance Constructors
- î
new Array(_length: Int)
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
def +(other: String): String
- î
final def ++[B >: A](xs: Array[_ <: B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def ++[B >: A](xs: collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def ++[B >: A](suffix: collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
final def ++:[B >: A](prefix: Array[_ <: B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def ++:[B >: A](prefix: collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def ++:[B >: A](prefix: collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
final def +:[B >: A](x: B)(implicit arg0: ClassTag[B]): Array[B]
- î
final def +:[B >: A](elem: B): collection.immutable.IndexedSeq[B]
- î
def ->[B](y: B): (Array[T], B)
- î
final def :+[B >: A](x: B)(implicit arg0: ClassTag[B]): Array[B]
- î
final def :+[B >: A](elem: B): collection.immutable.IndexedSeq[B]
- î
final def :++[B >: A](suffix: Array[_ <: B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def :++[B >: A](suffix: collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def :++[B >: A](suffix: collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
final def ==(arg0: Any): Boolean
- î
final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
- î
final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
- î
def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
- î
def andThen[C](k: PartialFunction[T, C]): PartialFunction[Int, C]
- î
def andThen[C](k: (T) => C): PartialFunction[Int, C]
- î
def appended[B >: A](x: B)(implicit arg0: ClassTag[B]): Array[B]
- î
def appended[B >: A](elem: B): collection.immutable.IndexedSeq[B]
- î
def appendedAll[B >: A](suffix: Array[_ <: B])(implicit arg0: ClassTag[B]): Array[B]
- î
def appendedAll[B >: A](suffix: collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
def appendedAll[B >: A](suffix: collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
def apply(i: Int): T
- î
def applyOrElse[A1 <: A, B1 >: B](x: A1, default: (A1) => B1): B1
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def clone(): Array[T]
- î
def collect[B](pf: PartialFunction[T, B])(implicit arg0: ClassTag[B]): Array[B]
- î
def collect[B](pf: PartialFunction[T, B]): collection.immutable.IndexedSeq[B]
- î
def collectFirst[B](f: PartialFunction[T, B]): Option[B]
- î
def collectFirst[B](pf: PartialFunction[T, B]): Option[B]
- î
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, T]
- î
def compose[A](g: (A) => Int): (A) => T
- î
final def concat[B >: A](suffix: Array[_ <: B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def concat[B >: A](suffix: collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
final def concat[B >: A](suffix: collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
def containsSlice[B >: A](that: collection.Seq[B]): Boolean
- î
def copyToArray[B >: A](xs: Array[B], start: Int, len: Int): Int
- î
def copyToArray[B >: A](xs: Array[B], start: Int): Int
- î
def copyToArray[B >: A](xs: Array[B]): Int
- î
def copyToArray[B >: A](xs: Array[B], start: Int, len: Int): Int
- î
def copyToArray[B >: A](xs: Array[B], start: Int): Int
- î
def copyToArray[B >: A](xs: Array[B]): Int
- î
def corresponds[B](that: collection.Seq[B])(p: (T, B) => Boolean): Boolean
- î
def corresponds[B](that: collection.IterableOnce[B])(p: (T, B) => Boolean): Boolean
- î
def diff[B >: A](that: collection.Seq[B]): Array[T]
- î
def diff[B >: A](that: collection.Seq[B]): collection.immutable.IndexedSeq[T]
- î
def distinctBy[B](f: (T) => B): Array[T]
- î
def distinctBy[B](f: (T) => B): collection.immutable.IndexedSeq[T]
- î
def elementWise: ElementWiseExtractor[Int, T]
- î
def empty: collection.immutable.IndexedSeq[T]
- î
def endsWith[B >: A](that: collection.Iterable[B]): Boolean
- î
def endsWith[B >: A](that: Array[B]): Boolean
- î
def endsWith[B >: A](that: collection.Iterable[B]): Boolean
- î
def ensuring(cond: (Array[T]) => Boolean, msg: => Any): Array[T]
- î
def ensuring(cond: (Array[T]) => Boolean): Array[T]
- î
def ensuring(cond: Boolean, msg: => Any): Array[T]
- î
def ensuring(cond: Boolean): Array[T]
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(arg0: AnyRef): Boolean
- î
def finalize(): Unit
- î
def findLast(p: (T) => Boolean): Option[T]
- î
def flatMap[BS, B](f: (T) => BS)(implicit asIterable: (BS) => collection.Iterable[B], m: ClassTag[B]): Array[B]
- î
def flatMap[B](f: (T) => collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
def flatMap[B](f: (T) => collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
def flatten[B](implicit asIterable: (T) => collection.IterableOnce[B], m: ClassTag[B]): Array[B]
- î
def flatten[B](implicit asIterable: (T) => collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- î
def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, T) => B): B
- î
def foldLeft[B](z: B)(op: (B, T) => B): B
- î
def foldRight[B](z: B)(op: (T, B) => B): B
- î
def foldRight[B](z: B)(op: (T, B) => B): B
- î
def foreach[U](f: (T) => U): Unit
- î
def foreach[U](f: (T) => U): Unit
- î
final def getClass(): Class[_ <: AnyRef]
- î
def groupBy[K](f: (T) => K): Map[K, Array[T]]
- î
def groupBy[K](f: (T) => K): Map[K, collection.immutable.IndexedSeq[T]]
- î
def groupMap[K, B](key: (T) => K)(f: (T) => B)(implicit arg0: ClassTag[B]): Map[K, Array[B]]
- î
def groupMap[K, B](key: (T) => K)(f: (T) => B): Map[K, collection.immutable.IndexedSeq[B]]
- î
def groupMapReduce[K, B](key: (T) => K)(f: (T) => B)(reduce: (B, B) => B): Map[K, B]
- î
def hashCode(): Int
- î
def indexOf[B >: A](elem: B): Int
- î
def indexOfSlice[B >: A](that: collection.Seq[B]): Int
- î
def indexOfSlice[B >: A](that: collection.Seq[B], from: Int): Int
- î
def indexWhere(p: (T) => Boolean): Int
- î
def intersect[B >: A](that: collection.Seq[B]): Array[T]
- î
def intersect[B >: A](that: collection.Seq[B]): collection.immutable.IndexedSeq[T]
- î
def isDefinedAt(idx: Int): Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
def isTraversableAgain: Boolean
- î
def iterableFactory: SeqFactory[collection.immutable.IndexedSeq]
- î
def lastIndexOfSlice[B >: A](that: collection.Seq[B]): Int
- î
def lastIndexOfSlice[B >: A](that: collection.Seq[B], end: Int): Int
- î
def lastIndexWhere(p: (T) => Boolean): Int
- î
def lazyZip[B](that: collection.Iterable[B]): LazyZip2[T, B, Array[T]]
- î
def lazyZip[B]: ([B](that: Iterable[B]): scala.collection.LazyZip2[T,B,_1.type]) forSome {val _1: collection.immutable.IndexedSeq[T]}
- î
def length: Int
- î
final def lengthCompare(that: collection.Iterable[_]): Int
- î
def lift: (Int) => Option[T]
- î
def map[B](f: (T) => B)(implicit ct: ClassTag[B]): Array[B]
- î
def map[B](f: (T) => B): collection.immutable.IndexedSeq[B]
- î
def mapInPlace(f: (T) => T): Array[T]
- î
def max[B >: A](implicit ord: math.Ordering[B]): T
- î
def maxBy[B](f: (T) => B)(implicit cmp: math.Ordering[B]): T
- î
def maxByOption[B](f: (T) => B)(implicit cmp: math.Ordering[B]): Option[T]
- î
def maxOption[B >: A](implicit ord: math.Ordering[B]): Option[T]
- î
def min[B >: A](implicit ord: math.Ordering[B]): T
- î
def minBy[B](f: (T) => B)(implicit cmp: math.Ordering[B]): T
- î
def minByOption[B](f: (T) => B)(implicit cmp: math.Ordering[B]): Option[T]
- î
def minOption[B >: A](implicit ord: math.Ordering[B]): Option[T]
- î
final def mkString: String
- î
final def mkString(sep: String): String
- î
final def mkString(start: String, sep: String, end: String): String
- î
final def ne(arg0: AnyRef): Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def orElse[A1 <: A, B1 >: B](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def padTo[B >: A](len: Int, elem: B)(implicit arg0: ClassTag[B]): Array[B]
- î
def padTo[B >: A](len: Int, elem: B): collection.immutable.IndexedSeq[B]
- î
def partitionMap[A1, A2](f: (T) => Either[A1, A2])(implicit arg0: ClassTag[A1], arg1: ClassTag[A2]): (Array[A1], Array[A2])
- î
def partitionMap[A1, A2](f: (T) => Either[A1, A2]): (collection.immutable.IndexedSeq[A1], collection.immutable.IndexedSeq[A2])
- î
def patch[B >: A](from: Int, other: collection.IterableOnce[B], replaced: Int)(implicit arg0: ClassTag[B]): Array[B]
- î
def patch[B >: A](from: Int, other: collection.IterableOnce[B], replaced: Int): collection.immutable.IndexedSeq[B]
- î
def prepended[B >: A](x: B)(implicit arg0: ClassTag[B]): Array[B]
- î
def prepended[B >: A](elem: B): collection.immutable.IndexedSeq[B]
- î
def prependedAll[B >: A](prefix: Array[_ <: B])(implicit arg0: ClassTag[B]): Array[B]
- î
def prependedAll[B >: A](prefix: collection.IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- î
def prependedAll[B >: A](prefix: collection.IterableOnce[B]): collection.immutable.IndexedSeq[B]
- î
def product[B >: A](implicit num: math.Numeric[B]): B
- î
def reduce[B >: A](op: (B, B) => B): B
- î
def reduceLeft[B >: A](op: (B, T) => B): B
- î
def reduceLeftOption[B >: A](op: (B, T) => B): Option[B]
- î
def reduceOption[B >: A](op: (B, B) => B): Option[B]
- î
def reduceRight[B >: A](op: (T, B) => B): B
- î
def reduceRightOption[B >: A](op: (T, B) => B): Option[B]
- î
def runWith[U](action: (T) => U): (Int) => Boolean
- î
def sameElements[B >: A](o: collection.IterableOnce[B]): Boolean
- î
def scan[B >: A](z: B)(op: (B, B) => B)(implicit arg0: ClassTag[B]): Array[B]
- î
def scan[B >: A](z: B)(op: (B, B) => B): collection.immutable.IndexedSeq[B]
- î
def scanLeft[B](z: B)(op: (B, T) => B)(implicit arg0: ClassTag[B]): Array[B]
- î
def scanLeft[B](z: B)(op: (B, T) => B): collection.immutable.IndexedSeq[B]
- î
def scanRight[B](z: B)(op: (T, B) => B)(implicit arg0: ClassTag[B]): Array[B]
- î
def scanRight[B](z: B)(op: (T, B) => B): collection.immutable.IndexedSeq[B]
- î
def search[B >: A](elem: B, from: Int, to: Int)(implicit ord: math.Ordering[B]): SearchResult
- î
def search[B >: A](elem: B)(implicit ord: math.Ordering[B]): SearchResult
- î
def segmentLength(p: (T) => Boolean, from: Int): Int
- î
final def segmentLength(p: (T) => Boolean): Int
- î
final def sizeCompare(that: collection.Iterable[_]): Int
- î
def sliding(size: Int): collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def sortBy[B](f: (T) => B)(implicit ord: math.Ordering[B]): Array[T]
- î
def sortBy[B](f: (T) => B)(implicit ord: Ordering[B]): collection.immutable.IndexedSeq[T]
- î
def sorted[B >: A](implicit ord: math.Ordering[B]): Array[T]
- î
def sorted[B >: A](implicit ord: Ordering[B]): collection.immutable.IndexedSeq[T]
- î
def startsWith[B >: A](that: collection.IterableOnce[B], offset: Int = 0): Boolean
- î
def startsWith[B >: A](that: Array[B], offset: Int): Boolean
- î
def startsWith[B >: A](that: Array[B]): Boolean
- î
def startsWith[B >: A](that: collection.IterableOnce[B], offset: Int = 0): Boolean
- î
def stepper[S <: Stepper[_]](implicit shape: StepperShape[T, S]): S with EfficientSplit
- î
def stepper[S <: Stepper[_]](implicit shape: StepperShape[T, S]): S with EfficientSplit
- î
def sum[B >: A](implicit num: math.Numeric[B]): B
- î
final def synchronized[T0](arg0: => T0): T0
- î
def tapEach[U](f: (T) => U): collection.immutable.IndexedSeq[T]
- î
def to[C1](factory: Factory[T, C1]): C1
- î
def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- î
def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- î
final def toBuffer[B >: A]: Buffer[B]
- î
def toList: collection.immutable.List[T]
- î
def toMap[K, V](implicit ev: <:<[T, (K, V)]): Map[K, V]
- î
def toSet[B >: A]: Set[B]
- î
def toString(): String
- î
def toVector: collection.immutable.Vector[T]
- î
def transpose[B](implicit asArray: (T) => Array[B]): Array[Array[B]]
- î
def transpose[B](implicit asIterable: (T) => collection.Iterable[B]): collection.immutable.IndexedSeq[collection.immutable.IndexedSeq[B]]
- î
def unapply(a: Int): Option[T]
- î
def unzip[A1, A2](implicit asPair: (T) => (A1, A2), ct1: ClassTag[A1], ct2: ClassTag[A2]): (Array[A1], Array[A2])
- î
def unzip[A1, A2](implicit asPair: (T) => (A1, A2)): (collection.immutable.IndexedSeq[A1], collection.immutable.IndexedSeq[A2])
- î
def unzip3[A1, A2, A3](implicit asTriple: (T) => (A1, A2, A3), ct1: ClassTag[A1], ct2: ClassTag[A2], ct3: ClassTag[A3]): (Array[A1], Array[A2], Array[A3])
- î
def unzip3[A1, A2, A3](implicit asTriple: (T) => (A1, A2, A3)): (collection.immutable.IndexedSeq[A1], collection.immutable.IndexedSeq[A2], collection.immutable.IndexedSeq[A3])
- î
def update(i: Int, x: T): Unit
- î
def updated[B >: A](index: Int, elem: B)(implicit arg0: ClassTag[B]): Array[B]
- î
def updated[B >: A](index: Int, elem: B): collection.immutable.IndexedSeq[B]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
def zip[B](that: collection.IterableOnce[B]): Array[(T, B)]
- î
def zip[B](that: collection.IterableOnce[B]): collection.immutable.IndexedSeq[(T, B)]
- î
def zipAll[A1 >: A, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): Array[(A1, B)]
- î
def zipAll[A1 >: A, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.immutable.IndexedSeq[(A1, B)]
Shadowed Implicit Value Members
- î
def apply(i: Int): T
- î
def combinations(n: Int): collection.Iterator[Array[T]]
- î
def combinations(n: Int): collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def contains(elem: T): Boolean
- î
def contains[A1 >: A](elem: A1): Boolean
- î
def count(p: (T) => Boolean): Int
- î
def count(p: (T) => Boolean): Int
- î
def distinct: Array[T]
- î
def distinct: collection.immutable.IndexedSeq[T]
- î
def drop(n: Int): Array[T]
- î
def drop(n: Int): collection.immutable.IndexedSeq[T]
- î
def dropRight(n: Int): Array[T]
- î
def dropRight(n: Int): collection.immutable.IndexedSeq[T]
- î
def dropWhile(p: (T) => Boolean): Array[T]
- î
def dropWhile(p: (T) => Boolean): collection.immutable.IndexedSeq[T]
- î
def equals(o: Any): Boolean
- î
def exists(p: (T) => Boolean): Boolean
- î
def exists(p: (T) => Boolean): Boolean
- î
def filter(p: (T) => Boolean): Array[T]
- î
def filter(pred: (T) => Boolean): collection.immutable.IndexedSeq[T]
- î
def filterNot(p: (T) => Boolean): Array[T]
- î
def filterNot(pred: (T) => Boolean): collection.immutable.IndexedSeq[T]
- î
def find(p: (T) => Boolean): Option[T]
- î
def find(p: (T) => Boolean): Option[T]
- î
def forall(p: (T) => Boolean): Boolean
- î
def forall(p: (T) => Boolean): Boolean
- î
def grouped(size: Int): collection.Iterator[Array[T]]
- î
def grouped(size: Int): collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def hashCode(): Int
- î
def head: T
- î
def head: T
- î
def headOption: Option[T]
- î
def headOption: Option[T]
- î
def indexOf(elem: T, from: Int = 0): Int
- î
def indexOf[B >: A](elem: B, from: Int): Int
- î
def indexWhere(p: (T) => Boolean, from: Int = 0): Int
- î
def indexWhere(p: (T) => Boolean, from: Int): Int
- î
def indices: collection.immutable.Range
- î
def indices: collection.immutable.Range
- î
def init: Array[T]
- î
def init: collection.immutable.IndexedSeq[T]
- î
def inits: collection.Iterator[Array[T]]
- î
def inits: collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def isEmpty: Boolean
- î
def isEmpty: Boolean
- î
def iterator: collection.Iterator[T]
- î
def iterator: collection.Iterator[T]
- î
def knownSize: Int
- î
def knownSize: Int
- î
def last: T
- î
def last: T
- î
def lastIndexOf(elem: T, end: Int = xs.length - 1): Int
- î
def lastIndexOf[B >: A](elem: B, end: Int = length - 1): Int
- î
def lastIndexWhere(p: (T) => Boolean, end: Int = xs.length - 1): Int
- î
def lastIndexWhere(p: (T) => Boolean, end: Int): Int
- î
def lastOption: Option[T]
- î
def lastOption: Option[T]
- î
def length: Int
- î
def lengthCompare(len: Int): Int
- î
final def lengthCompare(len: Int): Int
- î
def lengthIs: Int
- î
final def lengthIs: SizeCompareOps
- î
def nonEmpty: Boolean
- î
def nonEmpty: Boolean
- î
def partition(p: (T) => Boolean): (Array[T], Array[T])
- î
def partition(p: (T) => Boolean): (collection.immutable.IndexedSeq[T], collection.immutable.IndexedSeq[T])
- î
def permutations: collection.Iterator[Array[T]]
- î
def permutations: collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def reverse: Array[T]
- î
def reverse: collection.immutable.IndexedSeq[T]
- î
def reverseIterator: collection.Iterator[T]
- î
def reverseIterator: collection.Iterator[T]
- î
def size: Int
- î
final def size: Int
- î
def sizeCompare(otherSize: Int): Int
- î
final def sizeCompare(otherSize: Int): Int
- î
def sizeIs: Int
- î
final def sizeIs: SizeCompareOps
- î
def slice(from: Int, until: Int): Array[T]
- î
def slice(from: Int, until: Int): collection.immutable.IndexedSeq[T]
- î
def sliding(size: Int, step: Int = 1): collection.Iterator[Array[T]]
- î
def sliding(size: Int, step: Int): collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def sortWith(lt: (T, T) => Boolean): Array[T]
- î
def sortWith(lt: (T, T) => Boolean): collection.immutable.IndexedSeq[T]
- î
def span(p: (T) => Boolean): (Array[T], Array[T])
- î
def span(p: (T) => Boolean): (collection.immutable.IndexedSeq[T], collection.immutable.IndexedSeq[T])
- î
def splitAt(n: Int): (Array[T], Array[T])
- î
def splitAt(n: Int): (collection.immutable.IndexedSeq[T], collection.immutable.IndexedSeq[T])
- î
def tail: Array[T]
- î
def tail: collection.immutable.IndexedSeq[T]
- î
def tails: collection.Iterator[Array[T]]
- î
def tails: collection.Iterator[collection.immutable.IndexedSeq[T]]
- î
def take(n: Int): Array[T]
- î
def take(n: Int): collection.immutable.IndexedSeq[T]
- î
def takeRight(n: Int): Array[T]
- î
def takeRight(n: Int): collection.immutable.IndexedSeq[T]
- î
def takeWhile(p: (T) => Boolean): Array[T]
- î
def takeWhile(p: (T) => Boolean): collection.immutable.IndexedSeq[T]
- î
def toIndexedSeq: collection.immutable.IndexedSeq[T]
- î
final def toIndexedSeq: collection.immutable.IndexedSeq[T]
- î
final def toSeq: collection.immutable.Seq[T]
- î
final def toSeq: collection.immutable.IndexedSeq[T]
- î
def toString(): String
- î
def view: IndexedSeqView[T]
- î
def view: IndexedSeqView[T]
- î
def withFilter(p: (T) => Boolean): WithFilter[T]
- î
def withFilter(p: (T) => Boolean): WithFilter[T, [_]collection.immutable.IndexedSeq[_]]
- î
def zipWithIndex: Array[(T, Int)]
- î
def zipWithIndex: collection.immutable.IndexedSeq[(T, Int)]
Inherited by implicit conversion genericArrayOps fromArray[T] to ArrayOps[T] Inherited by implicit conversion copyArrayToImmutableIndexedSeq fromArray[T] to IndexedSeq[T]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4