this repo has no description
at trunk 15 lines 270 B view raw
1/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ 2#pragma once 3 4#include "globals.h" 5#include "objects.h" 6 7namespace py { 8 9class Thread; 10 11word arrayByteLength(RawArray array); 12 13void initializeArrayType(Thread* thread); 14 15} // namespace py