Daff - Data Diff

daff.SimpleView

A basic view implementation, for interpreting the content of cells. Each supported language may have an optimized native implementation. See the View interface for documentation.

Type: class

Implements:

Constructor:

new()

Methods:

equals (d1 : Dynamic, d2 : Dynamic) : Bool
getTable (t : Dynamic) : Table
hashExists (h : Dynamic, str : String) : Bool
hashGet (h : Dynamic, str : String) : Dynamic
hashSet (h : Dynamic, str : String, d : Dynamic) : Void
isHash (h : Dynamic) : Bool
isTable (t : Dynamic) : Bool
makeHash () : Dynamic
toDatum (x : Dynamic) : Dynamic
toString (d : Dynamic) : String
wrapTable (t : Table) : Dynamic