Uses of Class
games.nim.NimState

Packages that use NimState
Package
Description
Implements the nim variant know as the subtraction game.
  • Uses of NimState in games.nim

    Classes in games.nim that implement interfaces with type arguments of type NimState
    Modifier and Type
    Class
    Description
    class 
    Represents the states of the Nim variant called the subtraction game.
    Methods in games.nim that return NimState
    Modifier and Type
    Method
    Description
    NimState.copy()
     
    Constructors in games.nim with parameters of type NimState
    Modifier
    Constructor
    Description
     
    Creates a deep copy of the specified NimState object.