XXHash64 constructor

const XXHash64([
  1. int seed = 0
])

Creates a new instance of XXHash64.

Parameters:

  • seed is an optional 64-bit integer. Default: 0

Implementation

const XXHash64([this.seed = 0]);