hash-ops {tictactoe}R Documentation

Hash Operations for Single State

Description

Hash Operations for Single State

Usage

haskey(x, ...)

## S3 method for class 'xhash'
x[state, ...]

## S3 replacement method for class 'xhash'
x[state, ...] <- value

## S3 method for class 'xhash'
haskey(x, state, ...)

Arguments

x

object

...

additional arguments to determine the key

state

state object

value

value to assign

Value


[Package tictactoe version 0.2.2 Index]